home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / pc / DEMO16.DIR / 00203_Script_203 < prev    next >
Text File  |  1997-12-08  |  162b  |  12 lines

  1. on exitFrame
  2.   cursor 0
  3.   puppetTransition 51, 1
  4.   global gt
  5.   if gt=0 then
  6.     go to "start no talk"
  7.   else
  8.     play done
  9.     cursor-1
  10.   end if
  11.   
  12. end